home *** CD-ROM | disk | FTP | other *** search
- #ifndef EGS_EGB_GBSETS_H
- #define EGS_EGB_GBSETS_H
-
- /***************************************************************************\
- *
- * $
- * $ FILE : gbsets.h
- * $ VERSION : 1
- * $ REVISION : 2
- * $ DATE : 07-Feb-93 20:02
- * $
- * $ Author : mvk
- * $
- *
- *****************************************************************************
- * *
- * (c) Copyright 1990/93 VIONA Development *
- * All Rights Reserved *
- * *
- \***************************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
-
- typedef struct EGB_SetGadget *EGB_SetGadgetPtr;
-
- struct EGB_SetGadgetStruct {
- struct EI_MasterGadget Master;
- LONG Data;
- };
-
- typedef struct EGB_SetGadgetStruct EGB_SetGadget;
-
-
- #endif /*EGS_EGB_GBSETS_H */
-
-